home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / NPoff / Source / Makefile next >
Makefile  |  1994-03-19  |  838b  |  43 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = NPoff
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = NPoff.tiff
  16. GLOBAL_RESOURCES = README.txt
  17.  
  18. MFILES = NPoff_main.m
  19.  
  20. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble services.text
  21.  
  22.  
  23. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  24. MAKEFILE = app.make
  25. INSTALLDIR = $(HOME)/Apps
  26. INSTALLFLAGS = -c -s -m 755
  27. SOURCEMODE = 444
  28.  
  29. ICONSECTIONS =    -sectcreate __ICON app NPoff.tiff
  30.  
  31. LIBS = -lMedia_s -lNeXT_s
  32. DEBUG_LIBS = $(LIBS)
  33. PROF_LIBS = $(LIBS)
  34.  
  35.  
  36. -include Makefile.preamble
  37.  
  38. include $(MAKEFILEDIR)/$(MAKEFILE)
  39.  
  40. -include Makefile.postamble
  41.  
  42. -include Makefile.dependencies
  43.